home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / ste / jukebx11.zoo / jukebx11 / jukebox.txt < prev   
Text File  |  1991-11-13  |  6KB  |  152 lines

  1. Copyright (C) 1991 by Klaus Pedersen.
  2.  
  3. JUKEBOX is a Public Domain program by
  4.  
  5.       Klaus Pedersen
  6.       Nyborgvej 217 4. TH
  7.       DK-5220 Odense SØ
  8.       Denmark
  9.  
  10.  
  11.       EMAIL : micro@imada.ou.dk
  12.  
  13. You should check that you have the following files in the JUKEBOX
  14. directory:
  15.    JUKEBOX\
  16.       JUKEBOX.ACC          ; THE Program & Resources
  17.       JUKEBOX.TXT          ; This file.
  18.  
  19.  
  20. ---------------------------------------------------------------------
  21. / / / / / / / / INTRODUCTION  / / / / / / / / / / / / / / / / / / / /
  22. ---------------------------------------------------------------------
  23. Jukebox is a program to play Noisetracker modules (MOD's) and SEGM
  24. files in the background. Tracker MOD's is a popular music format on
  25. the amiga. This program emulates the amiga hardware.
  26.  
  27. The 'Noisetracker' player build into Jukebox is fully compatible with
  28. NoiseTracker v2.0 on the amiga (except that you can't flip the
  29. power-on LED ;-) ).
  30.  
  31. SEGM files was first used in the PD program NT_COMP. NT_COMP can be
  32. used to convert 'MOD' files into SEGM format. SEGM files don't use
  33. the processor (much) when playing, that can NOT be said about a 'MOD'
  34. player...
  35.  
  36. Jukebox should run on all Atari computers with DMA sound - read
  37. [MEGA] STe and TT computers, but not old ST's, BOOK and PAD. I write
  38. *should*, because it is untested! (I only have a Mega ST2).
  39.  
  40.  
  41. ---------------------------------------------------------------------
  42. / / / / / / / / INSTALATION / / / / / / / / / / / / / / / / / / / / /
  43. ---------------------------------------------------------------------
  44. The program can be used in 3 ways:
  45.     - as an accesory
  46.     - installed to take *.MOD, *.SEG or as a GTP program (TOS ≥ 2.0)
  47.     - started as a normal program.
  48.  
  49. The program can only play in the background when the program is
  50. installed as an accesory.
  51.  
  52.  
  53. MEMORY
  54.  
  55. When the program is used as a accesory it let you allocate memory for
  56. the music files while you are on the Desktop. When you load a file
  57. from the desktop, you automaticly allocate resident memory for it. If
  58. you load a file while an other program is running (not the Desktop),
  59. then it will be put into resident memory if it fits there, otherwise
  60. it won't be loaded!
  61.  
  62. Under the menu 'Options/Keep' can you see how much memory you have
  63. resident. It is also possible to change the amount of memory to
  64. 'Keep' by hand, simply by using the up and down arrows. Notice that
  65. the memory isn't allocated before you click on the number! Next to
  66. the up and down arrows are an close-icon, click on this to release
  67. all resident memory.
  68.  
  69. If you choose the menu 'File/Free & Lock!' then ALL memory that the
  70. Jukebox is using will be released. If you try to open the Jukebox
  71. again you will get a dialogbox that says something like :
  72.  
  73.             !!!  The Jukebox is LOCKED! You
  74.             !!!  can only reopen it on the
  75.              !   Desktop. Press 'Unlock' to
  76.              O   override the protection.
  77.                    [  OK  ] [ Unlock ]
  78.  
  79. If you choose 'Unlock' then the Jukebox will allocate memory and make
  80. the program you run the new 'desktop' - the place where it will let
  81. you allocate resident memory. Use this with care, because if you
  82. terminate that program while the music is playing you have serious
  83. problems (well, bombs).
  84.  
  85. Hint: This can be used together with gemini and neodesk:
  86.       Boot, 'Free & Lock' the Jukebox, start Gem Shell, open
  87.       the Jukebox and 'Unlock'.
  88.  
  89.  
  90. SAVE SETUP
  91.  
  92. When you boot the system then the Jukebox will search for a file
  93. called 'JUKEBOX.CFG', if it finds the file it will remember where it
  94. was and read the setup. In the config file there is the path to your
  95. modules and prefered playback frequency, amount of resident memory,
  96. player and such. If you choose the menu 'Save Setup', then the
  97. Jukebox will save the config file at the place it was found at boot
  98. time.
  99.  
  100.  
  101. PLAYERS
  102.  
  103. I have build 6 players into the Jukebox, these have differend strong
  104. points. Interpolation gives the best sound, but it is only sane on an
  105. TT. The TT can play interpolation at 50KHz. The STe can play at
  106. 6.25KHz (until you vriggle the mouse). The other players plays well
  107. on a STe (at 12.5KHz) and the 'Fastest' can play at 25KHz.
  108.  
  109.                      Speed   Quality
  110. Mono, Good S/N       : 1,      good sound.
  111. Interpolation Mono   : 0,      very good sound.
  112. Fastest Mono         : 3,      crappy sound.
  113.  
  114. Stereo, Good S/N     : 1,      good sound.
  115. Stereo, No Clipping  : 2,      good sound, a bit lower volume (6dB).
  116. Stereo, Interpolation: 0,      very good sound.
  117.  
  118. Speed = 0..3 where 0 is slow and 3 is fast.
  119. All players use full volume and frequency on all voices (even the
  120. fast one).
  121.  
  122.  
  123. NOTE, IMPORTANT
  124.  
  125. And just one other thing, don't change rez with the music playing.
  126. (Please...).
  127.  
  128.  
  129.  
  130. WHAT DO *I* DO?
  131. ---------------
  132. I would like you to contribute with : Ideas (for furtherdevelopments)
  133. and code that you think needs to be included (I needcompression code,
  134. filters and such). If this program shall improveand grow, then I need
  135. your help! Send in BUG-reports (I can't testthe program on your
  136. computer - I need your help to do that!). Ifthere is a thing you
  137. think is backward or silly let me know, _DO_NOT_say "this is obvious,
  138. someone else have told him", tell me yourself!
  139.  
  140. There are 3 ways to contact me :
  141.  
  142. SNAIL MAIL                  EMAIL                VOICE PHONE
  143. Klaus Pedersen              micro@imada.ou.dk    66 15 58 79
  144. Nyborgvej 217 4.TH.                              (from Denmark)
  145. DK-5220 Odense SØ
  146. Denmark.
  147.  
  148. What language should you write to me in? I prefer C and Assembler,
  149. and I don't understand a word Basic. You can fill in with
  150. Scandinavian, English and Modern (Computer) German...
  151.  
  152.